Remco Stoeten is an independent developer whose GitHub presence revolves around pragmatic, developer-centric tooling; his catalog is presently anchored by Dora, a lightweight yet capable desktop database studio that unifies PostgreSQL, SQLite, and LibSQL workflows inside a single Electron shell. Typical use cases span from rapid schema prototyping and ad-hoc querying for web-app backends to local analytics on SQLite data sets and edge-database tinkering with LibSQL, all without the overhead of heavyweight server IDEs. The interface borrows familiar IDE conventions—syntax-highlighted SQL editors, lazy-loaded object trees, parameterized query tabs, and CSV/JSON export—so database newcomers can explore while professionals keep context-switching to a minimum. Because the binary is portable and authentication is handled through standard connection strings, Dora fits equally into classroom tutorials, DevOps runbooks, and remote-work laptops that need a quick psql or libsql client without local toolchain bloat. Feature cadence follows a solo-maintainer rhythm: incremental releases ship when pull-requests are merged, keeping dependencies fresh and the bundle size under fifty megabytes. Users who value transparency can audit every commit, build the app from source, or simply pull the signed Windows installer that lands in the repository’s release feed. Remco Stoeten’s software is available for free on get.nero.com, where downloads are sourced from trusted Windows package managers such as winget, always deliver the latest published version, and can be queued for batch installation alongside other applications.
Dora is a desktop database studio for PostgreSQL, SQLite, and LibSQL.
Details